• frmVoucherRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmVoucherRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmVoucherRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel8 = New System.Windows.Forms.Panel()
33         Me.Button1 = New System.Windows.Forms.Button()
34         Me.Label8 = New System.Windows.Forms.Label()
35         Me.dtpDateTo = New System.Windows.Forms.DateTimePicker()
36         Me.Label2 = New System.Windows.Forms.Label()
37         Me.Label4 = New System.Windows.Forms.Label()
38         Me.dtpDateFrom = New System.Windows.Forms.DateTimePicker()
39         Me.Panel4 = New System.Windows.Forms.Panel()
40         Me.cmbVoucherNo = New System.Windows.Forms.ComboBox()
41         Me.Label5 = New System.Windows.Forms.Label()
42         Me.Panel5 = New System.Windows.Forms.Panel()
43         Me.btnExportExcel = New System.Windows.Forms.Button()
44         Me.btnClose = New System.Windows.Forms.Button()
45         Me.btnReset = New System.Windows.Forms.Button()
46         Me.dgw = New System.Windows.Forms.DataGridView()
47         Me.Panel2 = New System.Windows.Forms.Panel()
48         Me.Label1 = New System.Windows.Forms.Label()
49         Me.Panel1.SuspendLayout()
50         Me.Panel8.SuspendLayout()
51         Me.Panel4.SuspendLayout()
52         Me.Panel5.SuspendLayout()
53         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
54         Me.Panel2.SuspendLayout()
55         Me.SuspendLayout()
56         
'
57         
'Panel1
58         
'
59         Me.Panel1.BackColor = System.Drawing.Color.White
60         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
61         Me.Panel1.Controls.Add(Me.Panel8)
62         Me.Panel1.Controls.Add(Me.Panel4)
63         Me.Panel1.Controls.Add(Me.Panel5)
64         Me.Panel1.Controls.Add(Me.dgw)
65         Me.Panel1.Controls.Add(Me.Panel2)
66         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
67         Me.Panel1.Name =
"Panel1"
68         Me.Panel1.Size = New System.Drawing.Size(
854, 593)
69         Me.Panel1.TabIndex =
2
70         
'
71         
'Panel8
72         
'
73         Me.Panel8.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
74         Me.Panel8.Controls.Add(Me.Button1)
75         Me.Panel8.Controls.Add(Me.Label8)
76         Me.Panel8.Controls.Add(Me.dtpDateTo)
77         Me.Panel8.Controls.Add(Me.Label2)
78         Me.Panel8.Controls.Add(Me.Label4)
79         Me.Panel8.Controls.Add(Me.dtpDateFrom)
80         Me.Panel8.Location = New System.Drawing.Point(
167, 75)
81         Me.Panel8.Name =
"Panel8"
82         Me.Panel8.Size = New System.Drawing.Size(
391, 87)
83         Me.Panel8.TabIndex =
49
84         
'
85         
'Button1
86         
'
87         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
88         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
89         Me.Button1.Location = New System.Drawing.Point(
303, 49)
90         Me.Button1.Name =
"Button1"
91         Me.Button1.Size = New System.Drawing.Size(
75, 20)
92         Me.Button1.TabIndex =
108
93         Me.Button1.Text =
"Search"
94         Me.Button1.UseVisualStyleBackColor = True
95         
'
96         
'Label8
97         
'
98         Me.Label8.AutoSize = True
99         Me.Label8.Location = New System.Drawing.Point(
10, 10)
100         Me.Label8.Name =
"Label8"
101         Me.Label8.Size = New System.Drawing.Size(
131, 13)
102         Me.Label8.TabIndex =
12
103         Me.Label8.Text =
"Search By Voucher Date :"
104         
'
105         
'dtpDateTo
106         
'
107         Me.dtpDateTo.CustomFormat =
"dd/MMM/yyyy"
108         Me.dtpDateTo.Format = System.Windows.Forms.DateTimePickerFormat.Custom
109         Me.dtpDateTo.Location = New System.Drawing.Point(
177, 49)
110         Me.dtpDateTo.Name =
"dtpDateTo"
111         Me.dtpDateTo.Size = New System.Drawing.Size(
120, 20)
112         Me.dtpDateTo.TabIndex =
107
113         
'
114         
'Label2
115         
'
116         Me.Label2.AutoSize = True
117         Me.Label2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
118         Me.Label2.Location = New System.Drawing.Point(
34, 30)
119         Me.Label2.Name =
"Label2"
120         Me.Label2.Size = New System.Drawing.Size(
36, 13)
121         Me.Label2.TabIndex =
9
122         Me.Label2.Text =
"From :"
123         
'
124         
'Label4
125         
'
126         Me.Label4.AutoSize = True
127         Me.Label4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
128         Me.Label4.Location = New System.Drawing.Point(
174, 30)
129         Me.Label4.Name =
"Label4"
130         Me.Label4.Size = New System.Drawing.Size(
26, 13)
131         Me.Label4.TabIndex =
10
132         Me.Label4.Text =
"To :"
133         
'
134         
'dtpDateFrom
135         
'
136         Me.dtpDateFrom.CustomFormat =
"dd/MMM/yyyy"
137         Me.dtpDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom
138         Me.dtpDateFrom.Location = New System.Drawing.Point(
37, 49)
139         Me.dtpDateFrom.Name =
"dtpDateFrom"
140         Me.dtpDateFrom.Size = New System.Drawing.Size(
120, 20)
141         Me.dtpDateFrom.TabIndex =
106
142         
'
143         
'Panel4
144         
'
145         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
146         Me.Panel4.Controls.Add(Me.cmbVoucherNo)
147         Me.Panel4.Controls.Add(Me.Label5)
148         Me.Panel4.Location = New System.Drawing.Point(
9, 75)
149         Me.Panel4.Name =
"Panel4"
150         Me.Panel4.Size = New System.Drawing.Size(
152, 70)
151         Me.Panel4.TabIndex =
46
152         
'
153         
'cmbVoucherNo
154         
'
155         Me.cmbVoucherNo.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest
156         Me.cmbVoucherNo.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
157         Me.cmbVoucherNo.FormattingEnabled = True
158         Me.cmbVoucherNo.Location = New System.Drawing.Point(
13, 30)
159         Me.cmbVoucherNo.Name =
"cmbVoucherNo"
160         Me.cmbVoucherNo.Size = New System.Drawing.Size(
122, 21)
161         Me.cmbVoucherNo.TabIndex =
1
162         
'
163         
'Label5
164         
'
165         Me.Label5.AutoSize = True
166         Me.Label5.Location = New System.Drawing.Point(
10, 10)
167         Me.Label5.Name =
"Label5"
168         Me.Label5.Size = New System.Drawing.Size(
125, 13)
169         Me.Label5.TabIndex =
12
170         Me.Label5.Text =
"Search By Voucher No. :"
171         
'
172         
'Panel5
173         
'
174         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
175         Me.Panel5.Controls.Add(Me.btnExportExcel)
176         Me.Panel5.Controls.Add(Me.btnClose)
177         Me.Panel5.Controls.Add(Me.btnReset)
178         Me.Panel5.Location = New System.Drawing.Point(
564, 75)
179         Me.Panel5.Name =
"Panel5"
180         Me.Panel5.Size = New System.Drawing.Size(
280, 70)
181         Me.Panel5.TabIndex =
42
182         
'
183         
'btnExportExcel
184         
'
185         Me.btnExportExcel.Cursor = System.Windows.Forms.Cursors.Hand
186         Me.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.Popup
187         Me.btnExportExcel.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         Me.btnExportExcel.Location = New System.Drawing.Point(
188, 19)
189         Me.btnExportExcel.Name =
"btnExportExcel"
190         Me.btnExportExcel.Size = New System.Drawing.Size(
82, 32)
191         Me.btnExportExcel.TabIndex =
5
192         Me.btnExportExcel.Text =
"Export Excel"
193         Me.btnExportExcel.UseVisualStyleBackColor = True
194         
'
195         
'btnClose
196         
'
197         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
198         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
199         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.btnClose.Location = New System.Drawing.Point(
100, 20)
201         Me.btnClose.Name =
"btnClose"
202         Me.btnClose.Size = New System.Drawing.Size(
82, 31)
203         Me.btnClose.TabIndex =
4
204         Me.btnClose.Text =
"Close"
205         Me.btnClose.UseVisualStyleBackColor = True
206         
'
207         
'btnReset
208         
'
209         Me.btnReset.Cursor = System.Windows.Forms.Cursors.Hand
210         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
211         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
212         Me.btnReset.Location = New System.Drawing.Point(
12, 20)
213         Me.btnReset.Name =
"btnReset"
214         Me.btnReset.Size = New System.Drawing.Size(
82, 32)
215         Me.btnReset.TabIndex =
0
216         Me.btnReset.Text =
"Reset"
217         Me.btnReset.UseVisualStyleBackColor = True
218         
'
219         
'dgw
220         
'
221         Me.dgw.AllowUserToAddRows = False
222         Me.dgw.AllowUserToDeleteRows = False
223         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
224         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
225         Me.dgw.BackgroundColor = System.Drawing.Color.White
226         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
227         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
228         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
229         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
230         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
231         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
232         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
233         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
234         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
235         Me.dgw.ColumnHeadersHeight =
24
236         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
237         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
238         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
239         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
240         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
241         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
242         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
243         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
244         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
245         Me.dgw.EnableHeadersVisualStyles = False
246         Me.dgw.GridColor = System.Drawing.Color.White
247         Me.dgw.Location = New System.Drawing.Point(
9, 168)
248         Me.dgw.MultiSelect = False
249         Me.dgw.Name =
"dgw"
250         Me.dgw.ReadOnly = True
251         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
252         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
253         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
254         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
255         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
256         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
257         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
258         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
259         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
260         Me.dgw.RowHeadersWidth =
25
261         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
262         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
263         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
264         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
265         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
266         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
267         Me.dgw.RowTemplate.Height =
18
268         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
269         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
270         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
271         Me.dgw.Size = New System.Drawing.Size(
818, 410)
272         Me.dgw.TabIndex =
40
273         
'
274         
'Panel2
275         
'
276         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
277         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
278         Me.Panel2.Controls.Add(Me.Label1)
279         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
280         Me.Panel2.Name =
"Panel2"
281         Me.Panel2.Size = New System.Drawing.Size(
835, 62)
282         Me.Panel2.TabIndex =
0
283         
'
284         
'Label1
285         
'
286         Me.Label1.AutoSize = True
287         Me.Label1.BackColor = System.Drawing.Color.Transparent
288         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
289         Me.Label1.ForeColor = System.Drawing.Color.White
290         Me.Label1.Location = New System.Drawing.Point(
312, 18)
291         Me.Label1.Name =
"Label1"
292         Me.Label1.Size = New System.Drawing.Size(
164, 24)
293         Me.Label1.TabIndex =
0
294         Me.Label1.Text =
"List Of Vouchers"
295         
'
296         
'frmVoucherRecord
297         
'
298         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
299         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
300         Me.BackColor = System.Drawing.Color.DarkSlateGray
301         Me.ClientSize = New System.Drawing.Size(
877, 622)
302         Me.Controls.Add(Me.Panel1)
303         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
304         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
305         Me.MaximizeBox = False
306         Me.MinimizeBox = False
307         Me.Name =
"frmVoucherRecord"
308         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
309         Me.Panel1.ResumeLayout(False)
310         Me.Panel8.ResumeLayout(False)
311         Me.Panel8.PerformLayout()
312         Me.Panel4.ResumeLayout(False)
313         Me.Panel4.PerformLayout()
314         Me.Panel5.ResumeLayout(False)
315         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
316         Me.Panel2.ResumeLayout(False)
317         Me.Panel2.PerformLayout()
318         Me.ResumeLayout(False)
319
320     End Sub
321     Friend WithEvents Panel1 As System.Windows.Forms.Panel
322     Friend WithEvents dgw As System.Windows.Forms.DataGridView
323     Friend WithEvents Panel2 As System.Windows.Forms.Panel
324     Friend WithEvents Label1 As System.Windows.Forms.Label
325     Friend WithEvents Panel5 As System.Windows.Forms.Panel
326     Friend WithEvents btnClose As System.Windows.Forms.Button
327     Friend WithEvents btnReset As System.Windows.Forms.Button
328     Friend WithEvents btnExportExcel As System.Windows.Forms.Button
329     Friend WithEvents Button1 As System.Windows.Forms.Button
330     Friend WithEvents dtpDateTo As System.Windows.Forms.DateTimePicker
331     Friend WithEvents dtpDateFrom As System.Windows.Forms.DateTimePicker
332     Friend WithEvents Label2 As System.Windows.Forms.Label
333     Friend WithEvents Label4 As System.Windows.Forms.Label
334     Friend WithEvents cmbVoucherNo As System.Windows.Forms.ComboBox
335     Friend WithEvents Panel8 As System.Windows.Forms.Panel
336     Friend WithEvents Label8 As System.Windows.Forms.Label
337     Friend WithEvents Panel4 As System.Windows.Forms.Panel
338     Friend WithEvents Label5 As System.Windows.Forms.Label
339
340 End Class


Gõ tìm kiếm nhanh...